home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / serial / callback.001 / callback~ / callback / lib / parser / parser.p < prev    next >
Text File  |  1996-07-23  |  187b  |  16 lines

  1. #ifndef _parser_P_
  2. #define _parser_P_
  3.  
  4. #include "parser.h"
  5. #include "biflex.h"
  6.  
  7. void yysemantic(char *s);
  8.  
  9. extern unsigned
  10.     parse_errors;
  11. extern char
  12.     *expect;
  13.  
  14.  
  15. #endif  _parser_P_
  16.